html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

*,:before,:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background: transparent;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/fonts/fontawesome-webfont.eot#iefix&v=4.1.0) format("embedded-opentype"),url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/fonts/fontawesome-webfont.woff?v=4.1.0) format("woff"),url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/fonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"),url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158";
}

.fa-won:before,.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}
.footer-band.bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container12 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1140px;
}

.content-wrap .container12 {
    background: #fff;
}

.column1,.column2,.column3,.column4,.column5,.column6,.column7,.column8,.column9,.column10,.column11,.column12,.column13,.column14,.column15,.column16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.container12 .alpha {
    margin-left: 0;
}

.container12 .omega {
    margin-right: 0;
}

.container12 .column1 {
    width: 75px;
}

.container12 .column2 {
    width: 170px;
}

.container12 .column3 {
    width: 265px;
}

.container12 .column4 {
    width: 360px;
}

.container12 .column5 {
    width: 455px;
}

.container12 .column6 {
    width: 550px;
}

.container12 .column7 {
    width: 645px;
}

.container12 .column8 {
    width: 740px;
}

.container12 .column9 {
    width: 835px;
}

.container12 .column10 {
    width: 930px;
}

.container12 .column11 {
    width: 1025px;
}

.container12 .column12 {
    width: 1120px;
}

.container12 .prefix1 {
    padding-left: 95px;
}

.container12 .prefix2 {
    padding-left: 190px;
}

.container12 .prefix3 {
    padding-left: 285px;
}

.container12 .prefix4 {
    padding-left: 380px;
}

.container12 .prefix5 {
    padding-left: 475px;
}

.container12 .prefix6 {
    padding-left: 570px;
}

.container12 .prefix7 {
    padding-left: 665px;
}

.container12 .prefix8 {
    padding-left: 760px;
}

.container12 .prefix9 {
    padding-left: 855px;
}

.container12 .prefix10 {
    padding-left: 950px;
}

.container12 .prefix11 {
    padding-left: 1045px;
}

@media only screen and (min-width:960px) and (max-width:1160px) {
    .container12 {
        width: 960px;
    }

    .container12 .column1 {
        width: 60px;
    }

    .container12 .column2 {
        width: 140px;
    }

    .container12 .column3 {
        width: 220px;
    }

    .container12 .column4 {
        width: 300px;
    }

    .container12 .column5 {
        width: 380px;
    }

    .container12 .column6 {
        width: 460px;
    }

    .container12 .column7 {
        width: 540px;
    }

    .container12 .column8 {
        width: 620px;
    }

    .container12 .column9 {
        width: 700px;
    }

    .container12 .column10 {
        width: 780px;
    }

    .container12 .column11 {
        width: 860px;
    }

    .container12 .column12 {
        width: 940px;
    }

    .container12 .prefix1 {
        padding-left: 80px;
    }

    .container12 .prefix2 {
        padding-left: 160px;
    }

    .container12 .prefix3 {
        padding-left: 240px;
    }

    .container12 .prefix4 {
        padding-left: 320px;
    }

    .container12 .prefix5 {
        padding-left: 400px;
    }

    .container12 .prefix6 {
        padding-left: 480px;
    }

    .container12 .prefix7 {
        padding-left: 560px;
    }

    .container12 .prefix8 {
        padding-left: 640px;
    }

    .container12 .prefix9 {
        padding-left: 720px;
    }

    .container12 .prefix10 {
        padding-left: 800px;
    }

    .container12 .prefix11 {
        padding-left: 880px;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .container12 {
        width: 768px;
    }

    .container12 .column1 {
        width: 44px;
    }

    .container12 .column2 {
        width: 108px;
    }

    .container12 .column3 {
        width: 172px;
    }

    .container12 .column4 {
        width: 236px;
    }

    .container12 .column5 {
        width: 300px;
    }

    .container12 .column6 {
        width: 364px;
    }

    .container12 .column7 {
        width: 428px;
    }

    .container12 .column8 {
        width: 492px;
    }

    .container12 .column9 {
        width: 556px;
    }

    .container12 .column10 {
        width: 620px;
    }

    .container12 .column11 {
        width: 684px;
    }

    .container12 .column12 {
        width: 748px;
    }

    .container12 .prefix1 {
        padding-left: 64px;
    }

    .container12 .prefix2 {
        padding-left: 128px;
    }

    .container12 .prefix3 {
        padding-left: 192px;
    }

    .container12 .prefix4 {
        padding-left: 256px;
    }

    .container12 .prefix5 {
        padding-left: 320px;
    }

    .container12 .prefix6 {
        padding-left: 384px;
    }

    .container12 .prefix7 {
        padding-left: 448px;
    }

    .container12 .prefix8 {
        padding-left: 512px;
    }

    .container12 .prefix9 {
        padding-left: 576px;
    }

    .container12 .prefix10 {
        padding-left: 640px;
    }

    .container12 .prefix11 {
        padding-left: 704px;
    }
}

@media only screen and (max-width:767px) {
    .container12 {
        width: 300px;
    }

    .container12 .column1,.container12 .column2,.container12 .column3,.container12 .column4,.container12 .column5,.container12 .column6,.container12 .column7,.container12 .column8,.container12 .column9,.container12 .column10,.container12 .column11,.container12 .column12 {
        margin: 0 0 20px;
        padding-left: 10px;
        width: 280px;
    }

    .container12 .prefix1,.container12 .prefix2,.container12 .prefix3,.container12 .prefix4,.container12 .prefix5,.container12 .prefix6,.container12 .prefix7,.container12 .prefix8,.container12 .prefix9,.container12 .prefix10,.container12 .prefix11 {
        padding-left: 0;
    }

    .row {
        margin: 0;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container12 {
        width: 420px;
    }

    .container12 .column1,.container12 .column2,.container12 .column3,.container12 .column4,.container12 .column5,.container12 .column6,.container12 .column7,.container12 .column8,.container12 .column9,.container12 .column10,.container12 .column11,.container12 .column12 {
        margin: 0 0 20px;
        padding-left: 10px;
        width: 410px;
    }

    .container12 .prefix1,.container12 .prefix2,.container12 .prefix3,.container12 .prefix4,.container12 .prefix5,.container12 .prefix6,.container12 .prefix7,.container12 .prefix8,.container12 .prefix9,.container12 .prefix10,.container12 .prefix11 {
        padding-left: 0;
    }

    .row {
        margin: 0;
    }
}

.clearfix:before,.clearfix:after,.row:before,.row:after,.container12:before,.container12:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.row:after,.clearfix:after,.container12:after {
    clear: both;
}

img,object,embed {
    max-width: 100%;
}

img {
    display: block;
    height: auto;
}

body {
    color: #555;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1,.h1 {
    border-bottom: 1px solid #ebebeb;
    color: #2f383d;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

h1 span,.h1 span {
    border-bottom: 3px solid #dfe5e9;
    display: inline-block;
    padding-bottom: 8px;
}

h2,.h2 {
    color: #2f383d;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px;
}

h3,.h3 {
    color: #2f383d;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 20px;
}

h4,.h4 {
    color: #2f383d;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 20px;
}

h5 {
    background: #0C2577;
    color: #fff;
    padding: 10px;
    font-weight: 300;
}

p {
    margin: 0 0 15px;
}

a {
    color: #DA291C;
    text-decoration: none;
}

a:hover {
    color: #DA291C;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

strong {
    color: #6d7a89;
}

img,iframe {
    display: block;
    max-width: 100%;
}

.nav {
    position: relative;
    display: inline-block;
    font-size: 14px;
    float: right;
}

.nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav .nav-list {
    text-align: left;
}

.nav .nav-list>li>a {
    border-top: 3px solid transparent;
}

.nav .nav-list>li:hover>a,.nav .nav-list>.current-menu-item>a,.nav .nav-list>.current-menu-ancestor>a {
    border-top: 3px solid #DA291C;
    color: #0C2577;
}

.nav .menu-item {
    background: none;
    float: left;
    *display: inline;
    zoom: 1;
    position: relative;
    padding: 0;
}

.nav .menu-item .fa {
    position: absolute;
    right: 0;
    top: 44%;
}

.nav .menu-item a {
    color: #6d7a89;
    display: block;
    padding: 32px 20px;
}

.nav .menu-item>a:hover {
    color: #8894a1;
}

.nav .menu-item:hover>.sub-menu {
    opacity: 1;
    top: 75px;
    visibility: visible;
}

.nav .menu-item:last-of-type .sub-menu {
    left: -115px;
}

.nav .menu-item:last-of-type .sub-menu::after {
    left: 190px;
}

.nav .sub-menu {
    position: absolute;
    left: 15px;
    top: 95px;
    opacity: 0;
    width: 210px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.nav .sub-menu::after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #0C2577;
    border-width: 8px;
    margin-left: -8px;
}

.nav .sub-menu .sub-menu {
    display: none;
    left: 100%;
    top: 0;
}

.nav .sub-menu .menu-item {
    float: none;
}

.nav .sub-menu .menu-item a {
    background: #0C2577;
    border-bottom: 1px solid #DA291C;
    color: #fff;
    float: none;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
}

.nav .sub-menu .menu-item a:hover {
    background: #DA291C;
}

.nav-mobile {
    display: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #0C2577 url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/nav.svg) no-repeat 15px center;
    background-size: 18px;
    line-height: 50px;
    padding-left: 45px;
    height: 50px;
    width: 106px;
}

.mobile .nav-mobile {
    width: 100%;
}

.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    border-left: 1px solid #DA291C;
    height: 47px;
    width: 50px;
    cursor: pointer;
}

.nav-click i {
    display: block;
    height: 48px;
    width: 48px;
    background: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/drop.svg) no-repeat center center;
    background-size: 20px;
}

.nav-click:hover {
    background-color: #DA291C;
}

.nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile .nav {
    margin-top: 0;
}

.banner-band {
    background: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/banner-bg.jpg) no-repeat;
    background-size: cover;
    padding: 75px 0;
    max-height: 450px;
}

.banner-band .banner-img {
    border: 12px solid rgba(255,255,255,0.25);
}

.banner-band .banner-content {
    color: #fff;
    margin: 15px 0 0 40px;
    text-align: center;
}

.banner-band .banner-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}

.banner-band .banner-content h3 strong {
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 700;
}

.banner-band .banner-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    width: 70%;
    margin: 0 auto 30px;
    text-shadow: 2px 2px #000;
}

.banner-band .banner-content .btn,.banner-band .banner-content .hp-widget-band .textwidget a,.hp-widget-band .textwidget .banner-band .banner-content a {
    border: 1px solid #fff;
}

.header-band {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#f3f3f3 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,#fff 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top,#fff 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top,#fff 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom,#fff 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f3f3f3',GradientType=0);
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}

.banner-inside-band {
    background: #f3f3f3;
    background: -moz-linear-gradient(top,#f3f3f3 56%,#f3f3f3 56%,#fff 100%);
    background: -webkit-linear-gradient(top,#f3f3f3 56%,#f3f3f3 56%,#fff 100%);
    background: linear-gradient(to bottom,#f3f3f3 56%,#f3f3f3 56%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#ffffff',GradientType=0);
    border-top: 1px solid #ebebeb;
    padding: 8px 0;
    height: 30px;
}

.logo {
    padding: 20px 0;
}

.header-details-small {
    display: none;
}

.header-details {
    float: right;
}

.header-details .top-links {
    margin: 0;
    padding: 0;
}

.header-details .top-links li {
    background: none;
    float: left;
    padding: 0 0 0 25px;
    text-transform: uppercase;
}

.header-details .top-links li a:hover {
    text-decoration: underline;
}

.header-details .top-links li:first-of-type a,.header-details .top-links li:last-of-type a {
    color: #555;
}

.header-details .header-item {
    float: left;
    margin-right: 10px;
}

.header-details .header-item a {
    color: #9aa7af;
}

.header-details .header-item a:hover {
    color: #DA291C;
}

.header-details .header-item a i {
    color: #0C2577;
}

.header-details .header-item i {
    position: relative;
    font-size: 20px;
    padding-right: 5px;
    top: 2px;
}

.header-details .header-item .searchbox {
    position: relative;
    overflow: hidden;
    height: 22px;
    width: 0;
    min-width: 22px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
}

.header-details .header-item .searchbox:hover {
    cursor: pointer;
    width: 150px;
}

.header-details .header-item .searchbox:hover input {
    border-bottom-color: #0C2577;
    width: 120px;
}

.header-details .header-item .searchbox i {
    color: #0C2577;
    display: block;
    position: absolute;
}

.header-details .header-item .searchbox input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #9aa7af;
    padding: 0 5px 2px;
    margin-left: 28px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.header-details .header-item .searchbox input:focus {
    color: #0C2577;
    border-bottom-color: #0C2577;
}

.header-details .header-item .searchbox input:focus+i {
    color: #0C2577;
}

.header-details .header-item .searchbox.sb-search-open,.header-details .header-item .searchbox .no-js .searchbox {
    width: 100%;
}

.header-details .cart-mini-top {
    float: right;
}

.header-details .cart-mini-top i {
    color: #0C2577;
    font-size: 20px;
    margin-right: 6px;
}

.device .header-details .header-item .searchbox {
    width: 120px;
}

.device .header-details .header-item .searchbox input {
    border-bottom-color: #0C2577;
    border-radius: 0;
}

.mobile .header-details .header-item .searchbox {
    width: auto;
}

.mobile .header-details.details-left {
    float: left;
    width: 35%;
}

.mobile .header-details.details-left .header-item {
    color: #fff;
    height: 50px;
    margin-right: 0;
    width: 50%;
}

.mobile .header-details.details-left .header-item:first-of-type {
    background: #004b87;
}

.mobile .header-details.details-left .header-item:last-of-type {
    background: #005aa0;
}

.mobile .header-details.details-left .header-item a i {
    color: #fff;
    font-size: 25px;
}

.mobile .header-details.details-right {
    float: left;
    width: 65%;
}

.mobile .header-details.details-right .cart-mini-top,.mobile .header-details.details-right .header-item {
    background: #002f53;
    color: #fff;
    height: 50px;
    padding: 15px 0 0 12px;
    width: 100%;
}

.mobile .header-details.details-right .cart-mini-top a,.mobile .header-details.details-right .cart-mini-top i,.mobile .header-details.details-right .cart-mini-top input,.mobile .header-details.details-right .header-item a,.mobile .header-details.details-right .header-item i,.mobile .header-details.details-right .header-item input {
    color: #fff;
}

.mobile .header-details.details-right .cart-mini-top input,.mobile .header-details.details-right .header-item input {
    border-bottom-color: #fff;
    width: 148px;
}

.mobile .header-details.details-right .cart-mini-top {
    background: #004b87;
}

.mobile .header-details.details-right .cart-mini-top a {
    color: #000407;
}

.mobile .header-details .header-item .searchbox input:focus+i {
    color: #fff;
}

.mobile::-webkit-input-placeholder {
    color: #000407;
}

.mobile:-moz-placeholder {
    color: #000407;
    opacity: 1;
}

.mobile::-moz-placeholder {
    color: #000407;
    opacity: 1;
}

.mobile:-ms-input-placeholder {
    color: #000407;
}

.content-wrap {
    margin-bottom: 30px;
}

.content-wrap ol,.content-wrap ul {
    padding-left: 20px;
}

.banner-inside-band img {
    width: 100%;
}

.hp-widget-band {
    padding: 30px 0;
}

.hp-widget-band .hp-widget-block p:last-of-type {
    margin-bottom: 0;
}

.hp-widget-band .widget-title {
    border-bottom: 0;
}

.hp-widget-band .widget-title span {
    border-bottom: 0;
}

.hp-widget-band .textwidget a {
    background: #DA291C !important;
    display: block !important;
    margin: 15px 0 0 !important;
}

.hp-content-band {
    background: #eff5f7;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    color: #70828d;
    padding: 60px 0;
}

.hp-featured {
    margin: 60px 0;
}

.hp-featured h2 {
    margin-bottom: 30px;
    text-align: center;
}

.hp-call-back-band {
    background: #0C2577;
    padding: 15px 0 35px;
    text-align: center;
}

.hp-call-back-band a {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.hp-call-back-band i {
    color: #fff;
    font-size: 55px;
    left: 10px;
    position: relative;
    top: 8px;
}

.hp-testimonial-name {
    text-align: right;
    font-weight: 700;
    font-style: italic;
}

.title-band {
    padding: 28px 0;
}

.title-band h1 {
    margin-bottom: 0;
}

.page-id-314 blockquote:first-of-type {
    margin-top: 0;
}

#client-list .mix {
    display: none;
}

.contact-page {
    margin-bottom: 40px;
}

.contact-page .contact-details p {
    margin-bottom: 10px;
}

.contact-page .contact-details p i {
    margin-right: 12px;
    width: 10px;
}

.contact-page .contact-details ul {
    margin-top: 25px;
}

.contact-page .contact-details ul:before,.contact-page .contact-details ul:after {
    content: "";
    display: table;
}

.contact-page .contact-details ul:after {
    clear: both;
}

.contact-page .contact-details ul li {
    background-image: none;
    float: left;
    padding: 0 12px 0 0;
}

.contact-page .contact-details ul li i {
    font-size: 34px;
}

.search-result {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.center-page-wrap {
    text-align: center;
}

.center-page-wrap h2 {
    color: #9aa7af;
}

.center-page-wrap img {
    padding: 50px 0;
}

.center-page-wrap .searchbox {
    margin: 0 auto 40px;
    width: 40%;
}

.sidebar .btn,.sidebar .hp-widget-band .textwidget a,.hp-widget-band .textwidget .sidebar a {
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
}

.sidebar .social-media-btns .btn,.sidebar .social-media-btns .hp-widget-band .textwidget a,.hp-widget-band .textwidget .sidebar .social-media-btns a {
    padding: 20px;
    width: 60px;
}

.sidebar .social-media-btns .btn i,.sidebar .social-media-btns .hp-widget-band .textwidget a i,.hp-widget-band .textwidget .sidebar .social-media-btns a i {
    font-size: 25px;
}

.widget-title {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.widget-title span {
    border-bottom: 3px solid #0C2577;
    display: inline-block;
    padding-bottom: 8px;
}

.widget-container,.sidebar .menu-main-menu-container {
    margin-bottom: 35px;
}

.widget-container .page-title,.sidebar .menu-main-menu-container .page-title {
    background: #DA291C;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.widget-container .menu li,.widget-container .sidebar-menu li,.sidebar .menu-main-menu-container .menu li,.sidebar .menu-main-menu-container .sidebar-menu li {
    background: #0C2577;
    padding: 0;
}

.widget-container .menu li:hover a,.widget-container .sidebar-menu li:hover a,.sidebar .menu-main-menu-container .menu li:hover a,.sidebar .menu-main-menu-container .sidebar-menu li:hover a {
    color: #fff;
}

.widget-container .menu li a,.widget-container .sidebar-menu li a,.sidebar .menu-main-menu-container .menu li a,.sidebar .menu-main-menu-container .sidebar-menu li a {
    color: #fff;
    display: block;
    padding: 12px 20px;
}

.widget-container .menu li:before,.widget-container .sidebar-menu li:before,.sidebar .menu-main-menu-container .menu li:before,.sidebar .menu-main-menu-container .sidebar-menu li:before {
    display: none;
}

.widget-container .menu li a:hover,.widget-container .menu li.current_page_item,.widget-container .sidebar-menu li a:hover,.widget-container .sidebar-menu li.current_page_item,.sidebar .menu-main-menu-container .menu li a:hover,.sidebar .menu-main-menu-container .menu li.current_page_item,.sidebar .menu-main-menu-container .sidebar-menu li a:hover,.sidebar .menu-main-menu-container .sidebar-menu li.current_page_item {
    background: #f7f7f7;
    color: #0C2577;
}

.widget-container .menu li a:hover a,.widget-container .menu li.current_page_item a,.widget-container .sidebar-menu li a:hover a,.widget-container .sidebar-menu li.current_page_item a,.sidebar .menu-main-menu-container .menu li a:hover a,.sidebar .menu-main-menu-container .menu li.current_page_item a,.sidebar .menu-main-menu-container .sidebar-menu li a:hover a,.sidebar .menu-main-menu-container .sidebar-menu li.current_page_item a {
    color: #0C2577;
}

.widget-container h3,.sidebar .menu-main-menu-container h3 {
    font-weight: 400;
}

.widget-container ul,.sidebar .menu-main-menu-container ul {
    margin: 0;
    padding: 0;
}

.widget-container ul li,.sidebar .menu-main-menu-container ul li {
    background: none;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0 8px 25px;
}

.widget-container ul li:last-of-type,.sidebar .menu-main-menu-container ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-container ul li:before,.sidebar .menu-main-menu-container ul li:before {
    color: #0C2577;
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 10px;
}

.widget-container ul li a,.sidebar .menu-main-menu-container ul li a {
    color: #9aa7af;
}

.widget-container ul li:hover:before,.sidebar .menu-main-menu-container ul li:hover:before {
    color: #9aa7af;
}

.widget-container ul li:hover a,.sidebar .menu-main-menu-container ul li:hover a {
    color: #0C2577;
}

.widget-container .post-block:hover a,.sidebar .menu-main-menu-container .post-block:hover a {
    color: #0C2577;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.footer-band {
    background: #2f383d;
    color: #9aa7af;
    font-size: 13px;
    padding: 36px 0;
}

.footer-band h3 {
    border-bottom: 1px solid #9aa7af;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-band h3 span {
    border-bottom: 3px solid #6d7a89;
}

.footer-band p {
    color: #64757f;
}

.footer-band .ft-block-one a {
    color: #DA291C;
    text-transform: uppercase;
}

.footer-band input[type="submit"] {
    background: #DA291C;
}

.footer-band .footer-break {
    display: none;
}

.footer-band.bottom {
    color: #6d7a89;
    padding: 15px 0;
    background: #202629;
}

.footer-band.bottom p {
    float: right;
    margin-bottom: 0;
}

.footer-band.bottom ul li {
    float: left;
    padding: 0 20px 0 0;
}

.footer-band.bottom ul li:after {
    display: none;
}

.footer-band.bottom a {
    color: #6d7a89;
}

.footer-band.bottom a:hover {
    color: #9aa7af;
}

.footer-band li {
    background: none;
    padding-left: 20px;
}

.footer-band li:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}

.post-block {
    margin-bottom: 20px;
}

.post-block:before,.post-block:after {
    content: "";
    display: table;
}

.post-block:after {
    clear: both;
}

.post-block .post-image {
    float: left;
    position: relative;
    margin-bottom: 0;
    width: 56px;
}

.post-block .post-content {
    float: right;
    width: 70%;
}

.post-block .post-content .post-date {
    color: #6d7a89;
    font-size: 12px;
}

.post-block a {
    color: #9aa7af;
}

.post-block .post-image-mask {
    background: #0C2577;
    display: none;
    height: 56px;
    position: absolute;
    top: 0;
    width: 56px;
    opacity: .9;
    filter: alpha(opacity=90);
}

.post-block .post-image-mask:before {
    color: #fff;
    content: "\f067";
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 32%;
    width: 25%;
}

.post-block:hover,.post-block:active {
    cursor: pointer;
}

.post-block:hover a,.post-block:active a {
    color: #fff;
}

.post-block:hover .post-image-mask,.post-block:active .post-image-mask {
    display: block;
}

.device .footer-band .post-block .post-image {
    display: none;
}

.device .footer-band .post-block .post-content {
    width: 100%;
}

.alert {
    background: #ebebeb;
    border: 1px solid #6d7a89;
    color: #6d7a89;
    display: inline-block;
    line-height: 20px;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.alert i {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.alert.success {
    background: #C2F8AB;
    border-color: #a0f47c;
    color: #36970d;
}

.alert.success a {
    color: #256809;
    margin-right: 10px;
}

.alert.success strong {
    color: #36970d;
}

.alert.error {
    background: #FECDC8;
    border-color: #fd9f96;
    color: #c31504;
}

.alert.error a {
    color: #911003;
    margin-right: 10px;
}

.alert.error strong {
    color: #c31504;
}

.breadcrumbs {
    color: #9aa7af;
    float: right;
    margin-top: 5px;
}

.breadcrumbs i {
    border: 1px solid #9aa7af;
    color: #9aa7af;
    padding: 0 3px 0 4px;
    margin: 0 10px;
}

blockquote {
    background: #eff5f7;
    border-left: 3px solid #0C2577;
    font-style: italic;
    margin: 30px 0 20px;
    padding: 25px 55px 25px 70px;
    position: relative;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote:before {
    background: #DA291C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 15px;
    top: 30px;
    padding: 11px 13px 10px 10px;
    position: absolute;
}

.box-item {
    margin-bottom: 40px;
    position: relative;
}

.box-item:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.box-item:hover a {
    color: #0C2577;
}

.box-item .box-item-mask {
    position: relative;
}

.box-item .box-item-image {
    margin-bottom: 20px;
}

.box-item .box-item-date {
    background: #0C2577;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    /* border-radius: 50%; */
    color: #fff;
    font-size: 14px;
    height: auto;
    left: 0;
    line-height: 0;
    padding: 15px 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 0;
    width: auto;
}

.box-item .box-item-date span {
    font-size: 14px;
}

.box-item .entry-summary {
    min-height: 60px;
}

.box-item .box-item-readmore {
    bottom: -20px;
    position: absolute;
    width: 100%;
}

.box-item .box-item-readmore a i {
    margin-right: 8px;
}

.box-item.feature {
    background: #eff5f7;
    text-align: center;
}

.box-item.feature .box-item-image {
    margin-bottom: 0;
}

.box-item.feature .box-item-content {
    padding: 20px 25px;
    position: relative;
}

.box-item.feature .box-item-content h4 {
    font-weight: 400;
    margin-bottom: 8px;
}

.box-item.feature .box-item-content h4 a {
    color: #6d7a89;
}

.box-item.feature .box-item-content h4:last-of-type {
    margin-bottom: 0;
}

.box-item.feature .box-item-content .box-item-cat a {
    color: #9aa7af;
}

.box-item.feature .box-item-content .box-item-cat a:hover {
    color: #9aa7af;
}

.box-item.feature .box-item-content:before {
    border: solid transparent;
    border-color: rgba(32,38,41,0);
    border-bottom-color: #202629;
    border-width: 12px;
    bottom: 100%;
    content: " ";
    display: none;
    height: 0;
    left: 50%;
    position: absolute;
    pointer-events: none;
    margin-left: -12px;
    width: 0;
}

.box-item.feature:hover {
    background: #202629;
    cursor: pointer;
}

.box-item.feature:hover h4,.box-item.feature:hover h4 a {
    color: #fff;
}

.box-item.feature:hover .box-item-content:before {
    display: block;
}

.box-item.hp-1 {
    position: relative;
    text-align: center;
}

.box-item.hp-1 .box-icon {
    background: #0C2577;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 75px;
    margin: 0 auto 30px;
    position: relative;
    width: 75px;
}

.box-item.hp-1 .box-icon i {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: 17px;
}

.box-item.hp-1 p:last-of-type {
    bottom: -40px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}

.box-item.hp-1 p:last-of-type a {
    text-transform: uppercase;
}

.box-item.hp-2 {
    text-align: left;
}

.box-item.hp-2 h3 {
    font-weight: 400;
}

.box-item.hp-2 img {
    border: 1px solid transparent;
    border-bottom-width: 5px;
}

.box-item.hp-2:hover img {
    border-bottom: 5px solid #003b69;
    border-left: 1px solid #003b69;
    border-right: 1px solid #003b69;
    border-top: 1px solid #003b69;
}

.box-item.hp-2:hover p:first-of-type {
    position: relative;
}

.box-item.hp-2:hover p:first-of-type:after {
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #5CD0F8 transparent transparent;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    bottom: -20px;
    position: absolute;
}

.box-item.hp-3 {
    background: #0C2577;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 270px !important;
    padding: 70px 30px 0;
    text-align: center;
    margin: 25px auto 0;
    width: 270px;
}

.box-item.hp-3 h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}

.box-item.hp-3 a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-right: 0;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
}

.box-item.hp-3 a:hover {
    background: transparent;
}

.box-item.hp-3 .box-icon {
    background: #fff;
    border: 1px solid #0C2577;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 90px;
    right: 0;
    text-align: center;
    position: absolute;
    top: -25px;
    width: 90px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 0 0 4px #fff;
}

.box-item.hp-3 .box-icon i {
    color: #0C2577;
    font-size: 32px;
    position: relative;
    top: 35%;
}

.box-item.hp-3.second-item {
    background: #2f383d;
    height: 320px !important;
    margin-top: 0;
    padding-top: 95px;
    width: 320px;
}

.box-item.hp-3.second-item .box-icon {
    background: #0C2577;
    border: none;
    height: 100px;
    width: 100px;
}

.box-item.hp-3.second-item .box-icon i {
    color: #fff;
}

.btn,.hp-widget-band .textwidget a {
    background: #0C2577;
    color: #fff;
    display: inline-block;
    margin: 5px 15px 10px 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.btn:hover,.hp-widget-band .textwidget a:hover {
    background: #DA291C;
    color: #fff;
    cursor: pointer;
}

.btn.alt,.hp-widget-band .textwidget a.alt {
    background: #DA291C;
}

.btn.alt:hover,.hp-widget-band .textwidget a.alt:hover {
    background: #0C2577;
}

.btn.dark,.hp-widget-band .textwidget a.dark {
    background: #2f383d;
}

.btn.dark.alt,.hp-widget-band .textwidget a.dark.alt {
    background: #2f383d;
    margin-right: 0;
}

.cta-block {
    background: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/cta-bg.min.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 90px 0;
    text-align: center;
}

.cta-block .h1,.cta-block .widget-title {
    border-bottom: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 16px;
    text-transform: none;
}

.cta-block p {
    font-size: 16px;
    font-weight: 300;
}

.cta-block .alt {
    border: 2px solid transparent;
}

.cta-block .alt:hover {
    border-color: #fff;
}

.wid .cta-block.top {
    background: #ebebeb none;
    border-top: 1px solid #dfe5e9;
    color: #9aa7af;
    padding: 40px;
    text-align: left;
}

.wid .cta-block.top h3 {
    color: #2f383d;
}

.wid .cta-block.top p {
    font-size: 13px;
    margin-bottom: 0;
    width: 80%;
}

.wid .cta-block.top .textwidget {
    position: relative;
}

.wid .cta-block.top a {
    position: absolute;
    top: -20px;
    right: 0;
}

.page-template-tpl_homepage3-php .cta-block.bottom {
    background: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/cta-bg-hp3.min.jpg) no-repeat center center;
    color: #2f383d;
}

.page-template-tpl_homepage3-php .cta-block.bottom h3 {
    color: #2f383d;
    border-bottom: 0;
}

.page-template-tpl_homepage3-php .cta-block.bottom h3 span {
    border-bottom: 0;
}

.color-brand {
    color: #DA291C;
}

label {
    font-size: 16px;
    font-weight: 700;
}

label span {
    color: #DA291C;
}

input,textarea {
    border: 1px solid #ebebeb;
    color: #2f383d;
    margin-bottom: 20px;
    outline: none;
    padding: 11px 10px;
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

input[type="checkbox"],input[type="radio"] {
    width: auto;
}

input[type="submit"] {
    background: #DA291C;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

input[type="submit"]:hover {
    background: #0C2577;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    min-height: 150px;
}

button {
    border: none;
}

.form-element-select {
    display: block;
    width: 100%;
    height: 41px;
    padding: 11px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
}

.form-element {
    position: relative;
}

.form-element i {
    color: #9aa7af;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 25%;
    z-index: 1;
}

.form-element.half {
    float: left;
    margin-right: 1%;
    width: 100%;
}

.form-element.two-thirds {
    float: left;
    margin-right: 1%;
    width: 69%;
}

.form-element.one-thirds {
    float: left;
    margin-right: 1%;
    width: 29%;
}

.form-element.one-fifth {
    float: left;
    margin-right: 1%;
    width: 19%;
}

.searchbox {
    position: relative;
}

.searchbox .search-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.searchbox .search-btn input[type="submit"] {
    background: #0C2577 url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/search-btn.png) no-repeat center center;
    height: 40px;
    width: 40px;
}

.searchbox .search-btn input[type="submit"]:hover {
    background: #DA291C url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/search-btn.png) no-repeat center center;
}

.styled-select {
    background: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/arrow.jpg) no-repeat 98% #fff;
    border: 1px solid #ebebeb;
    color: #9aa7af;
    height: 40px;
    overflow: hidden;
    width: 240px;
}

.styled-select select {
    background: transparent;
    width: 268px;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    line-height: 1.6em;
    border: 0;
    border-radius: 0;
    height: 40px;
    outline: none;
    -webkit-appearance: none;
}

.form-element:before,.form-element:after {
    content: "";
    display: table;
}

.form-element:after {
    clear: both;
}

.form-element input.wpcf7-not-valid {
    border-color: red;
    color: red;
}

.form-element .wpcf7-not-valid-tip {
    display: none;
}

.form-element .ajax-loader {
    display: none;
}

.wpcf7 .wpcf7-validation-errors {
    border-color: red;
    color: #2f383d;
}

span.wpcf7-list-item {
    margin-left: 0;
}

ol,ul {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

ol li,ul li {
    background: url(/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/list-icon.gif) no-repeat left 4px;
    line-height: 18px;
    padding: 0 0 6px;
    position: relative;
    padding-left: 16px;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
}

ol li {
    background: none;
    padding-left: 0;
}

.nav-pills {
    text-align: center;
}

.nav-pills ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    display: inline-block;
    list-style-type: none;
    margin: 40px auto;
    padding: 0;
    overflow: hidden;
}

.nav-pills ul:before,.nav-pills ul:after {
    content: "";
    display: table;
}

.nav-pills ul:after {
    clear: both;
}

.nav-pills ul li {
    background: none;
    float: left;
    line-height: 1;
    padding: 0;
}

.nav-pills ul li a {
    border-left: 1px solid #ebebeb;
    color: #9aa7af;
    display: block;
    padding: 14px 20px;
}

.nav-pills ul li a.active,.nav-pills ul li a:hover {
    background: #0C2577;
    color: #fff;
}

.nav-pills ul li:first-of-type a {
    border-left: none;
}

.pagination {
    margin: 10px 0;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination ul li {
    background: none;
    display: inline;
    padding: 0 0 0 2px;
}

.pagination ul li a,.pagination ul li a:hover,.pagination ul li.active a,.pagination ul li.disabled,.pagination ul li span {
    border: 1px solid #ebebeb;
    cursor: pointer;
    color: #9aa7af;
    padding: 8px 12px;
    text-decoration: none;
}

.pagination ul li a:hover,.pagination ul li.active a,.pagination ul li span.page-numbers.current {
    background-color: #0C2577;
    color: #fff;
}

table {
    border: 1px solid #ebebeb;
    font-size: 13px;
    margin-bottom: 30px;
}

table tr.odd-row td {
    background: #ebebeb;
    border: 1px solid #fff;
}

table tr.odd-row td:first-of-type {
    border-left: #ebebeb;
}

table tr.odd-row td:last-of-type {
    border-right: #ebebeb;
}

table tr:first-of-type>td {
    background: #2f383d;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
}

table tr:first-of-type>td:first-of-type {
    border-left: #2f383d;
}

table tr:first-of-type>td:last-of-type {
    border-right: #2f383d;
}

table td {
    border: 1px solid #ebebeb;
}

table td,table th {
    padding: 9px 10px;
    text-align: left;
}

@media only screen and (max-width:767px) {
    table.responsive {
        margin-bottom: 0;
    }

    .form-element.half {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .form-element.two-thirds {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .form-element.one-thirds {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .form-element.one-fifth {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .pinned table th,.pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    div.table-wrapper div.scrollable {
        margin-left: 35%;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    table.responsive td,table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    table.responsive th:first-child,table.responsive td:first-child,table.responsive td:first-child,table.responsive.pinned td {
        display: none;
    }
}

.pricing-tables-band {
    background: #ebebeb;
    padding: 60px 0;
}

.pricing-tables-band .pricing-table-block {
    background: #fff;
    border: 1px solid #dfe5e9;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}

.pricing-tables-band .pricing-table-block h3 {
    margin: 0;
}

.pricing-tables-band .pricing-table-block .pricing-table-title,.pricing-tables-band .pricing-table-block .pricing-table-price {
    font-size: 30px;
    font-weight: 400;
    padding: 25px 0;
}

.pricing-tables-band .pricing-table-block .pricing-table-price {
    background: #0C2577;
    color: #fff;
}

.pricing-tables-band .pricing-table-block .pricing-table-content {
    padding: 25px 0 15px;
}

.pricing-tables-band .pricing-table-block .pricing-table-btn {
    bottom: 30px;
    position: absolute;
    width: 100%;
}

.pricing-tables-band .pricing-table-block .pricing-table-btn .btn,.pricing-tables-band .pricing-table-block .pricing-table-btn .hp-widget-band .textwidget a,.hp-widget-band .textwidget .pricing-tables-band .pricing-table-block .pricing-table-btn a {
    background: #dfe5e9;
    color: #2f383d;
    margin: 0;
}

.pricing-tables-band .pricing-table-block .pricing-table-btn .btn:hover,.pricing-tables-band .pricing-table-block .pricing-table-btn .hp-widget-band .textwidget a:hover,.hp-widget-band .textwidget .pricing-tables-band .pricing-table-block .pricing-table-btn a:hover {
    background: #0C2577;
    color: #fff;
}

.pricing-tables-band .pricing-table-block.featured {
    background: #0C2577;
    color: #fff;
}

.pricing-tables-band .pricing-table-block.featured h3 {
    color: #fff;
}

.pricing-tables-band .pricing-table-block.featured .pricing-table-price {
    background: #fff;
    color: #2f383d;
}

.pricing-tables-band .pricing-table-block.featured .btn,.pricing-tables-band .pricing-table-block.featured .hp-widget-band .textwidget a,.hp-widget-band .textwidget .pricing-tables-band .pricing-table-block.featured a {
    background: #2f383d;
    color: #fff;
}

.pricing-tables-band .pricing-table-block.featured .btn:hover,.pricing-tables-band .pricing-table-block.featured .hp-widget-band .textwidget a:hover,.hp-widget-band .textwidget .pricing-tables-band .pricing-table-block.featured a:hover {
    background: #fff;
    color: #2f383d;
}

h4.trigger {
    border: 1px solid #ebebeb;
    padding: 14px 18px;
    margin: 10px 0 0;
    position: relative;
}

h4.trigger a {
    color: #9aa7af;
    text-decoration: none;
    display: block;
}

h4.trigger.active,h4.trigger:hover {
    background: #0C2577;
    cursor: pointer;
}

h4.trigger.active a,h4.trigger:hover a {
    color: #fff;
}

h4.trigger.active:after,h4.trigger:hover:after {
    color: #fff;
}

h4.trigger:after {
    color: #9aa7af;
    content: "ï§";
    font-family: 'FontAwesome';
    position: absolute;
    right: 18px;
    top: 15px;
}

h4.active:after {
    color: #fff;
    content: "ï¨";
    right: 18px;
    top: 15px;
}

.toggle_container {
    border: 1px solid #ebebeb;
    overflow: hidden;
    padding: 20px;
}

.tagcloud a {
    background: #ebebeb;
    color: #6d7a89;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 3px 7px 0;
    padding: 10px 12px;
}

.tagcloud a:hover {
    background: #0C2577;
    color: #fff;
}

@media only screen and (min-width:768px) and (max-width:1160px) {
    .woocommerce aside .woocommerce_top_rated_products-2 li {
        padding-bottom: 20px;
    }

    .woocommerce aside .star-rating {
        bottom: 3px;
        left: 65px;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .container12 .products .column3 {
        width: 265px;
    }

    .container12 .related.products .column3,.container12 .upsells.products .column3 {
        width: 258px;
    }

    .container12 .products .column3.omega {
        margin-right: 10px;
    }

    .woocommerce .product-area .thumbnails a {
        float: left;
        margin: 0 12px 10px;
    }

    .woocommerce .product-area .btn,.woocommerce .product-area .hp-widget-band .textwidget a,.hp-widget-band .textwidget .woocommerce .product-area a,.woocommerce .product-area .order-again .button,.woocommerce .order-again .product-area .button {
        margin-left: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:959px) {
    input,textarea {
        padding-left: 15px;
    }

    .header-details .header-item a {
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
    }

    .nav-mobile {
        display: block;
    }

    .nav {
        width: 100%;
        padding: 50px 0 0;
        margin-top: 15px;
    }

    .nav .nav-list {
        display: none;
    }

    .nav .menu-item {
        width: 100%;
        float: none;
    }

    .nav .menu-item .fa {
        display: none;
    }

    .nav .menu-item>a,.nav .nav-list .menu-item:hover a,.nav .nav-list .current-menu-item>a,.nav .nav-lits .current-menu-ancestor>a {
        background-color: #0C2577;
        border-bottom: 1px solid #DA291C;
        color: #fff;
        padding: 15px 15px 14px;
    }

    .nav .menu-item>a:hover,.nav .nav-list .menu-item:hover a:hover,.nav .nav-list .current-menu-item>a:hover,.nav .nav-lits .current-menu-ancestor>a:hover {
        background: #DA291C;
        color: #fff;
    }

    .nav .nav-list>li>a,.nav .nav-list>li:hover>a,.nav .nav-list .current-menu-item>a {
        border-top: none;
    }

    .nav .menu-item:hover .sub-menu {
        display: none;
    }

    .nav .sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .nav .sub-menu::after {
        display: none;
    }

    .nav .sub-menu .menu-item a {
        border-bottom: 1px solid #0C2577;
        font-size: 14px;
        padding: 10px 15px 10px 25px;
    }

    .nav-click {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .banner-band {
        padding-top: 20px;
    }

    .banner-band .column6 {
        margin-bottom: 0;
    }

    .banner-band .banner-content {
        margin: 0;
        width: 100%;
    }

    .banner-band .banner-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 10px 0 5px;
    }

    .banner-band .banner-content h3 strong {
        font-size: 24px;
    }

    .banner-band .banner-content p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .hp-widget-band {
        padding: 30px 0;
    }

    .box-item {
        margin-bottom: 30px;
    }

    .box-item.hp-1 {
        border: 1px solid #ebebeb;
        border-bottom-width: 4px;
        padding: 40px 20px 20px;
        margin: 40px 0;
    }

    .box-item.hp-1 .box-icon {
        position: absolute;
        left: 0;
        right: 0;
        top: -24%;
    }

    .box-item.hp-1 p {
        margin-bottom: 0;
    }

    .box-item.hp-1 p:last-of-type {
        bottom: -10px;
        left: 0;
        right: 0;
        position: absolute;
    }

    .box-item.hp-1 p:last-of-type a {
        background: #0C2577;
        color: #fff;
        padding: 12px 16px;
    }

    .hp-content-band {
        padding: 30px 0;
    }

    .hp-featured,.hp-featured-2,.hp-featured-3 {
        margin: 30px 0;
    }

    .post-block .post-image-mask {
        height: 59px;
        width: 59px;
    }

    .sidebar .post-block .post-content,.sidebar .post-block .post-image {
        float: none;
        width: 100%;
    }

    .sidebar .post-block .post-image {
        margin-bottom: 10px;
    }

    .woocommerce.archive .type-product .product-title-price,.woocommerce .related .type-product .product-title-price,.woocommerce .upsells .type-product .product-title-price {
        padding: 14px;
    }

    .woocommerce .quantity.buttons_added {
        margin-bottom: 10px;
    }

    .woocommerce .quantity.buttons_added:before,.woocommerce .quantity.buttons_added:after {
        content: "";
        display: table;
    }

    .woocommerce .quantity.buttons_added:after {
        clear: both;
    }

    .woocommerce .quantity input {
        width: 51px;
    }

    .woocommerce .shop_table td,.woocommerce .shop_table .cart-actions,.woocommerce .shop_table .cart-collaterals {
        padding: 15px;
    }

    .woocommerce .shop_table .coupon {
        padding-bottom: 5px;
        margin: 0 15px;
    }

    .woocommerce .shop_table .coupon input,.woocommerce .shop_table .cart-actions input,.woocommerce .shop_table .checkout-button.wc-forward,.woocommerce .shop_table .shipping-calculator-form .shipping-state,.woocommerce .shop_table .shipping-calculator-form .shipping-postcode {
        margin-left: 0;
        width: 100%;
    }

    .woocommerce .shop_table .quantity input {
        width: 100%;
    }

    .woocommerce .quantity input,.woocommerce .quantity input.input-text {
        margin: 0;
        width: 52px;
    }

    .woocommerce .cart_item input.input-text,.woocommerce aside .woocommerce_widget_cart-2 .btn,.woocommerce aside .woocommerce_widget_cart-2 .hp-widget-band .textwidget a,.hp-widget-band .textwidget .woocommerce aside .woocommerce_widget_cart-2 a,.woocommerce .woocommerce aside .woocommerce_widget_cart-2 .order-again .button,.woocommerce .woocommerce .order-again aside .woocommerce_widget_cart-2 .button {
        width: 100%;
    }

    .footer-band.bottom ul li {
        float: none;
        padding-bottom: 10px;
    }

    .footer-band.bottom p {
        float: none;
    }
}

@media screen and (min-width:768px) and (max-width:960px) {
    .footer-band .post-block .post-image {
        width: 100%;
    }

    .footer-band .post-block .post-content {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    nav>.nav {
        display: block !important;
    }

    .mobile .nav .nav-list>li:hover>a,.mobile .nav .nav-list>.current-menu-item>a,.mobile .nav .nav-list>.current-menu-ancestor>a {
        color: #fff;
    }
}

@media only screen and (max-width:767px) {
    .header-band .container12 .column8,.header-band .container12 .column4 {
        width: 50%;
    }

    .header-details {
        display: none;
    }

    .header-details-small {
        display: block;
    }

    .header-details-small i {
        margin-right: 5px;
    }

    .box-item.hp-1 {
        padding: 50px 40px;
    }

    .title-band {
        padding: 20px 0 0;
    }

    .breadcrumbs {
        float: none;
    }

    .header-details .cart-mini-top .sign-out {
        display: inline;
    }

    .box-item .box-item-readmore {
        bottom: -5px;
    }

    .woocommerce .woocommerce-ordering {
        clear: left;
        float: none;
    }

    .container12 .product-area .column4,.products .column3 {
        padding-left: 0;
    }

    .container12 .products .column3 {
        width: 400px;
    }

    .woocommerce .product-area .product-tabs-area {
        margin: 0;
    }

    .woocommerce .product-area .summary.column5 {
        padding-left: 0;
    }

    .woocommerce .product-area .woocommerce-tabs {
        margin-top: 0;
    }

    .woocommerce .shop_table th {
        padding-left: 15px;
        padding-right: 15px;
    }

    .woocommerce .shop_table .cart-product-title {
        margin: 10px 0 0;
        width: 80%;
    }

    .woocommerce aside .star-rating {
        bottom: 40px;
        left: 110px;
    }

    .woocommerce table.shop_attributes td {
        height: 36px;
        padding-left: 5px;
    }

    .woocommerce .calc-cart-block,.woocommerce .cart-total-block {
        width: 100%;
    }

    .woocommerce-checkout .content-wrap .container12 .column6,.woocommerce-checkout .content-wrap .container12 #order_review .column12 {
        padding-left: 0;
    }

    .footer-band .post-content {
        width: 80%;
    }
}

@media only screen and (max-width:640px) {
    .logo {
        width: 70%;
    }

    .nav {
        margin-top: 0;
    }

    .cart-mini-top {
        position: relative;
        z-index: 1;
    }

    .nav {
        position: absolute;
        top: 10px;
    }

    .nav .nav-list {
        position: relative;
        z-index: 9999;
    }

    .calc-cart-block {
        margin-top: 15px;
    }

    .mobile .nav {
        position: relative;
        top: 0;
    }

    .mobile .nav-mobile {
        z-index: 0;
    }

    .mobile .header-details.details-left .header-item:first-of-type {
        padding: 12px 0 0 25px;
    }

    .mobile .header-details.details-left .header-item:last-of-type {
        padding: 10px 0 0 23px;
    }

    .footer-band {
        padding-bottom: 0;
    }

    .footer-band .footer-break {
        display: block;
    }
}

@media only screen and (max-width:568px) {
    .header-details {
        float: left;
    }

    .header-details .cart-mini-top {
        float: right;
    }

    .header-details .cart-mini-top .sign-out {
        display: none;
    }

    .footer-band .container12 .column3 {
        width: 100%;
    }
}

@media only screen and (max-width:479px) {
    .header-details-small .btn,.header-details-small .hp-widget-band .textwidget a,.hp-widget-band .textwidget .header-details-small a {
        font-size: 13px;
        margin-right: 5px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .fa-lock {
        display: none;
    }

    .banner-band {
        margin-bottom: 15px;
        padding-bottom: 45px;
    }

    .container12 .products .column3 {
        width: 280px;
    }

    .cart-count {
        display: none;
    }

    .box-item.hp-1 .box-icon {
        top: -18%;
    }

    .hp-call-back-band {
        padding-bottom: 0;
    }

    .woocommerce .product-area .btn,.woocommerce .product-area .hp-widget-band .textwidget a,.hp-widget-band .textwidget .woocommerce .product-area a,.woocommerce .woocommerce .product-area .order-again .button,.woocommerce .woocommerce .order-again .product-area .button {
        margin: 0;
    }

    .woocommerce .user-login-form,.woocommerce .user-password-form {
        float: none;
        margin: 0;
        width: 100%;
    }

    .woocommerce .woocommerce-tabs .tabs {
        display: none;
    }

    .woocommerce .woocommerce-tabs .tab-heading {
        border: 1px solid #b8b8b8;
        border-bottom: none;
        border-top: 3px solid #0C2577;
        display: block;
        padding: 15px;
    }

    .woocommerce .woocommerce-tabs .tab-heading h4 {
        color: #0C2577;
        margin-bottom: 0;
    }

    .woocommerce .panel.entry-content {
        display: block !important;
        margin-bottom: 15px;
    }

    .woocommerce aside .star-rating {
        bottom: 15px;
        left: 80px;
    }

    .woocommerce .place-order input[type="submit"] {
        float: none;
    }

    aside.column3 {
        margin-bottom: 0;
    }

    .woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce .woocommerce-ordering .styled-select {
        width: 280px;
    }

    .woocommerce .woocommerce-ordering .styled-select select {
        padding-left: 10px;
        width: 295px;
    }

    .footer-band .container12 .column3 {
        width: 280px;
    }
}

@media only screen and (max-width:384px) {
    .mobile .header-details.details-left .header-item:first-of-type {
        padding-left: 15px;
    }

    .mobile .header-details.details-left .header-item:last-of-type {
        padding-left: 13px;
    }

    .mobile .header-details.details-right .header-item input {
        width: 130px;
    }
}

.page-template-default .entry-content {
    width: 70%;
    margin: 30px auto 0;
}

@media only screen and (max-width:767px) {
    .page-template-default .entry-content {
        width: 100%;
}

.banner-band{background:url("/web/20220922051029im_/http://www.cellculture.ie/wp-content/themes/insp-theme/images/banner-bg.jpg") no-repeat;background-size:cover;padding:75px 0;max-height:450px}
.banner-band .banner-img{border:12px solid rgba(255,255,255,0.25)}
.banner-band .banner-content{color:#fff;margin:15px 0 0 40px;text-align:center}
.banner-band .banner-content h3{color:#fff;font-size:26px;font-weight:300;line-height:40px;text-transform:uppercase;text-shadow:2px 2px #000}
.banner-band .banner-content h3 strong{color:#fff;display:block;font-size:40px;font-weight:700}
.banner-band .banner-content p{font-size:24px;font-weight:400;line-height:30px;width:70%;margin:0 auto 30px auto;text-shadow:2px 2px #000}
.banner-band .banner-content .btn,.banner-band .banner-content .hp-widget-band .textwidget a,.hp-widget-band .textwidget .banner-band .banner-content a{border:1px solid #fff}
.header-band{background:#fff;background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f3f3));background:-webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);background:-o-linear-gradient(top, #fff 0%, #f3f3f3 100%);background:-ms-linear-gradient(top, #fff 0%, #f3f3f3 100%);background:linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);border-bottom:1px solid #ebebeb;padding:8px 0}
.banner-inside-band{background: #f3f3f3;background: -moz-linear-gradient(top,  #f3f3f3 56%, #f3f3f3 56%, #ffffff 100%);background: -webkit-linear-gradient(top,  #f3f3f3 56%,#f3f3f3 56%,#ffffff 100%);background: linear-gradient(to bottom,  #f3f3f3 56%,#f3f3f3 56%,#ffffff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );border-top:1px solid #ebebeb;padding:8px 0;height:30px;}

.home_link {
    background: none !important;
    color: #0C2577 !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: initial !important;    
}
/*
     FILE ARCHIVED ON 05:10:29 Sep 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:15:26 Jun 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.751
  load_resource: 249.396
  PetaboxLoader3.resolve: 203.958
  PetaboxLoader3.datanode: 29.227
*/